Authorizations
See the documentation for more information.
Path Parameters
The ID of the team.
The ID of the charger.
Body
application/json
Example:
16
Response
Enable command sent successfully
The response is of type object.
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/enable \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connector_id": 16
}'{}See the documentation for more information.
The ID of the team.
The ID of the charger.
16
Enable command sent successfully
The response is of type object.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/enable \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connector_id": 16
}'{}